home *** CD-ROM | disk | FTP | other *** search
/ Deep Throat Girls 5 / Deep Throat Girls 5.iso / mac / MAC.Dir / 00058_show.ls < prev    next >
Encoding:
Text File  |  1997-02-09  |  313 b   |  14 lines

  1. on mouseDown
  2.   global time, rate, movie, commence
  3.   if the castNum of sprite 5 = movie then
  4.     set time to the movieTime of sprite 5
  5.   end if
  6.   set the castNum of sprite 5 to movie
  7.   if soundBusy(1) then
  8.     puppetSound(0)
  9.   end if
  10.   set commence to 1
  11.   updateStage()
  12.   set the movieTime of sprite 5 to time
  13. end
  14.